Fix a thinko in the last color button change
authorMatthias Clasen <mclasen@redhat.com>
Sat, 3 May 2014 01:09:05 +0000 (21:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 3 May 2014 01:09:05 +0000 (21:09 -0400)
commita41e2b901dd19a95fa0850f6b95ed093f5788344
treeab82e46bf6229ee525a18b85619eefd3bdeb3831
parent70a5e66d2faf7471f39ca3ea654b610be8fa0bae
Fix a thinko in the last color button change

Using the interface method in the set_property implementation
leads to an infinite recursion, if the interface method is in
turn using g_object_set.
gtk/gtkcolorbutton.c